home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / colorfx / crochet < prev    next >
Text File  |  1999-06-15  |  702b  |  43 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: CROCHART.8BF
  4.  
  5. CATEGORY: 
  6. VideoRave II
  7.  
  8. TITLE:    
  9. Crochet Art
  10.  
  11. COPYRIGHT:
  12. Copyright 1997 by Raverspassion@hotmail.com
  13.  
  14. AUTHOR:   
  15. Harry the Raver
  16.  
  17. Map 0: [Map 0:]
  18. Map 1: [Map 1:]
  19. Map 2: [Map 2:]
  20. Map 3: [Map 3:]
  21.  
  22. Control 0: [Random Color]
  23. Control 1: [Grid x]
  24. Control 2: [Grid y]
  25. Control 3: [Transparency]
  26. Control 4: [Brightness]
  27. Control 5: [Control 5:]
  28. Control 6: [Control 6:]
  29. Control 7: [Control 7:]
  30.  
  31. R=
  32. mix(c+ctl(4)-128,(cos(c*ctl(0))+cos(y*ctl(1))+cos(x*ctl(2)))/(ctl(3)/2+1),2,1)
  33.  
  34. G=
  35. mix(c+ctl(4)-128,(cos(c*ctl(0))+cos(y*ctl(1))+cos(x*ctl(2)))/(ctl(3)/2+1),2,1)
  36.  
  37. B=
  38. mix(c+ctl(4)-128,(cos(c*ctl(0))+cos(y*ctl(1))+cos(x*ctl(2)))/(ctl(3)/2+1),2,1)
  39.  
  40. A=
  41. a
  42.  
  43.